-
Notifications
You must be signed in to change notification settings - Fork 29
Fixed a regression where add_field is no longer enriching events
#59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The test failure using logstash main is somewhat concerning. It is using jruby cc @jsvd who is working on jruby bump. |
|
Would it be feasible to add a regression test for enrichment behavior? |
| @properties_setter.call(event, properties) | ||
| end | ||
|
|
||
| decorate(event) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we place have an unit test. 🙏
|
@donoghuc @mashhurs I would like to add a regression test as a followup task for all input plugins, like how we did in devutils and beats-input The test fails in main branch is concerning although I cannot replicate the issue in local environment with jruby 9.4.14.0 I would like to get this merge today before the feature freeze tmr. Is it okay for you both? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow up separately for regression test addition and CI investigation for main (unreleased stream) seems reasonable given the timeline for release schedule.
|
The failure of CI in main branch is caused by Created an issue to follow up the test #60 |
Add back the
decorate(event)to allowadd_fieldenriching event#58